home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / fplmode.fpl.readme < prev    next >
Text File  |  1995-08-01  |  1KB  |  41 lines

  1. #############################################################################
  2. File:        FPLMode.FPL
  3. Author:        Jesper Skov
  4. Email:        jskov@iesd.auc.dk
  5. Short:        Major mode for programmming in FPL.
  6. Version:    1.0
  7. Date:        15.06.95
  8. Local settings:
  9. Global settings:fpl_exe & fpl_ext
  10. Keysequence:
  11. Type:        Major mode
  12. Prereq:        CMode.FPL, FMC.FPL
  13. Copyright:    © 1995, Jesper Skov
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   Just a simple major mode. There is not much to it at the moment.
  18.  
  19.   This mode makes auto-recognition of FPL programs possible (that is, when
  20.   you load an FPL file this mode configures FrexxEd to make editing easier).
  21.   At the moment the CMode is initialized and that is it.
  22.  
  23.   Check out the TODO part.
  24.  
  25. HISTORY (REV)
  26.   15.06.95 (0)    Made primarily as a major mode example.
  27.  
  28. BUGS
  29.   Nah.
  30.  
  31. TODO
  32.   Some control of the external debugger would be nice.
  33.   C-c C-c should be made to evaluate the buffer.
  34.   At some time in the future (far out in the future) this is also the mode
  35.   that should take care of compiling FPL programs to executables (which will
  36.   give your programs a major performance boost...)
  37.   Better readme! This one sucks...
  38.  
  39. SEE ALSO
  40.   FMC.FPL.readme
  41.